# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.1132 -> 1.1133 # fs/proc/base.c 1.44 -> 1.45 # fs/fcntl.c 1.27 -> 1.28 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 03/06/10 eranian@hpl.hp.com 1.1079.1.76 # [PATCH] ia64: fix NULL pointer dereferences in perfmon # # This patch fixes some NULL pointer # problems in perfmon. # # - fixes NULL pointer derefence in perfmon_mckinley.h when context is not # loaded # - fixes typo in pfm_write_pmcs() # -------------------------------------------- # 03/06/10 davidm@tiger.hpl.hp.com 1.1133 # Remove include of now that force_successful_syscall() # is back in ptrace.h. # -------------------------------------------- # diff -Nru a/fs/fcntl.c b/fs/fcntl.c --- a/fs/fcntl.c Fri Jun 13 00:37:31 2003 +++ b/fs/fcntl.c Fri Jun 13 00:37:31 2003 @@ -16,7 +16,6 @@ #include #include #include -#include extern int fcntl_setlease(unsigned int fd, struct file *filp, long arg); extern int fcntl_getlease(struct file *filp); diff -Nru a/fs/proc/base.c b/fs/proc/base.c --- a/fs/proc/base.c Fri Jun 13 00:37:31 2003 +++ b/fs/proc/base.c Fri Jun 13 00:37:31 2003 @@ -33,8 +33,6 @@ #include #include -#include - /* * For hysterical raisins we keep the same inumbers as in the old procfs. * Feel free to change the macro below - just keep the range distinct from